From 94182843973828ec589e2efc9b65ec013c6caf58 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Tue, 18 Jan 2011 17:20:55 +0000 Subject: [PATCH] xend: drbd: Revert 19444:152257350930 Remove some more "drbd" cruft from xend. This is not necessary for drbd to work with Xen. Requested-by: Jim Fehlig Tested-by: Shriram Rajagopalan Committed-by: Ian Jackson --- tools/python/xen/util/blkif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/util/blkif.py b/tools/python/xen/util/blkif.py index d68423c4c3..3fc54e79cd 100644 --- a/tools/python/xen/util/blkif.py +++ b/tools/python/xen/util/blkif.py @@ -71,7 +71,7 @@ def _parse_uname(uname): if uname.find(":") != -1: (typ, fn) = uname.split(":", 1) - if typ in ("phy", "drbd") and not fn.startswith("/"): + if typ in ("phy") and not fn.startswith("/"): fn = "/dev/%s" %(fn,) if typ in ("tap", "tap2"): -- 2.30.2